set Override Console Serial Port
open fun setOverrideConsoleSerialPort(value: Boolean): ModuleConfigProtos.ModuleConfig.SerialConfig.Builder
Overrides the platform's defacto Serial port instance to use with Serial module config settings
This is currently only usable in output modes like NMEA / CalTopo and may behave strangely or not work at all in other modes
Existing logging over the Serial Console will still be present
Content copied to clipboard
bool override_console_serial_port = 8;
Return
This builder for chaining.
Parameters
value
The overrideConsoleSerialPort to set.